Click or drag to resize

MessageMessageDeliveryTime Property

Contains the date and time when a message was delivered.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public DateTime MessageDeliveryTime { get; set; }

Property Value

Type: DateTime
The message delivery time.
Remarks
This property describes the time the message was stored at the server, rather than the download time when the transport provider copied the message from the server to the local store.
See Also